body {
  font-family: 'Roboto', sans-serif;
  background-color: rgb(245, 240, 230) !important;
}

/* NAV BAR */
.navbar-custom {
  background-color: rgb(166, 162, 158);
  transition: background-color 0.9s, box-shadow 0.2s;
  height: 4rem !important;
  position: fixed;
}

.navbar-scrolled {
  background-color: #f5f5f5 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-light .nav-link,
.navbar-light .navbar-brand {
  color: rgb(255, 255, 255) !important;
  padding: 0rem 2rem !important;
  font-family: 'Radio Canada', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-brand {
  color: #4c4c4c !important;
  padding: 0rem 2rem !important;
  font-size: 1.1rem !important;
  font-family: 'Radio Canada', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.nav-link:hover {
  color: #fc7c04 !important;
}

.navbar-custom .container-fluid {
  padding-left: 9%;
  padding-right: 10%;
}

.donate-btn {
  margin-left: auto;
}


.nav-button {
  background-color: #fc7c04 !important;
  border-color: #fc7c04 !important;
  font-size: 0.9rem !important;
  padding: 0.4rem 1.5rem !important;
  color: #ffff !important;
  font-family: 'Radio Canada', sans-serif !important;
}

.nav-button:hover {
  background-color: #d96003 !important;
  border-color: #d96003 !important;
}

/* Ensure the offcanvas menu has a visible background */
.offcanvas {
  background-color: rgb(166, 162, 158) !important;
}

/* Fix navbar text color */
.offcanvas .nav-link {
  color: #4c4c4c !important;
  padding-bottom: 2rem !important;
  padding-left: 0.7rem !important;
}

.offcanvas .nav-link:hover {
  color: #fc7c04 !important;
}


/* CONTACT US */
.bg-light-yellow {
  background-color: #fff9e6;
}

.row .ms-md-4 {
  margin-left: 2rem;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #000;
  color: white;
  border-radius: 50%;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.contact-section h1,
h5,
p {
  font-family: "Roboto", sans-serif;
}


.contact-us {
  background-color: rgb(245, 240, 230);
  padding-bottom: 7rem;
}

.contact-us-heading {
  margin-top: 5rem;
  margin-left: 3rem;
}

.contact-us-head {
  color: var(--Primary-text, #1D2130) !important;
  font-family: Roboto;
  font-size: 0.80rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  display: flex;
}


.contact-us-h1 h1 {
  color: var(--Primary-text, #1D2130) !important;
  font-family: Roboto;
  font-size: 3.5rem;
  ;
  font-style: normal;
  font-weight: 700;
  line-height: 4.2rem;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.contact-us-h1 p {
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  line-height: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.contact-us-details h4 {
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.contact-us-elements {
  padding-top: 1.5rem;
  line-height: 1.6rem;
}


.contact-us-details,
.contact-us-h1 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.social-icons{
  margin-bottom: 3rem;
}